home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / store.dir / 00141.ls < prev    next >
Encoding:
Text File  |  1996-09-26  |  265 b   |  13 lines

  1. on exitFrame
  2.   global IQcursor, session
  3.   set session to 0
  4.   setupOrderForm()
  5.   clearCursors()
  6.   repeat with i = 11 to 16
  7.     set the cursor of sprite i to IQcursor
  8.   end repeat
  9.   repeat with i = 30 to 38
  10.     set the cursor of sprite i to IQcursor
  11.   end repeat
  12. end
  13.